home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / 1700.dir / 00018.ls < prev    next >
Encoding:
Text File  |  1996-03-20  |  137 b   |  9 lines

  1. on exitFrame
  2.   global movDurationVAR
  3.   if the movieTime of sprite 10 < movDurationVAR then
  4.     go(#loop)
  5.   else
  6.     go("2")
  7.   end if
  8. end
  9.